home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c++
- Path: netcom.com!milyng
- From: mikael@pobox.com (Mikael Lyngvig)
- Subject: Re: linking problem
- Message-ID: <milyngDM8Ir1.KqA@netcom.com>
- Sender: milyng@netcom9.netcom.com
- Organization: Hacker's Paradise, Inc.
- X-Newsreader: WinVN 0.99.7
- References: <4efl60$jg7@news.ust.hk>
- Date: Sun, 4 Feb 1996 04:49:48 GMT
-
- In article <4efl60$jg7@news.ust.hk>, ee_ckmaa@uxmail.ust.hk says...
-
- >What's wrong? Which options I should set ?
-
- Sounds like you're pulling in the MFC libraries (Microsoft Foundation Class
- libraries); try to disable MFC support (somewhere, somehow). You can also try
- to use the command-line compiler and linker: cl program.c. It does not use
- the MFC libraries by default.
-
-
- Mikael
-
-